pfCard - Utilization
patternfly.card
Component for easily displaying a card with html content
<pf-card - -utilization
head-title="{string}"
[sub-title="{string}"]
[spinner-text="{string}"]
[show-top-border="{boolean}"]
[show-titles-separator="{boolean}"]
[show-spinner="{boolean}"]
[footer="{object}"]
[filter="{object}"]>
</pf-card - -utilization>
| Param | Type | Details |
|---|---|---|
| headTitle | string | Title for the card |
| subTitle (optional) | string | Sub-Title for the card |
| spinnerText (optional) | string | Text for the card spinner |
| showTopBorder (optional) | boolean | Show/Hide the blue top border. True shows top border, false (default) hides top border |
| showTitlesSeparator (optional) | boolean | Show/Hide the grey line between the title and sub-title. True (default) shows the line, false hides the line |
| showSpinner (optional) | boolean | Show/Hide the spinner for loading state. True shows the spinner, false (default) hides the spinner |
| footer (optional) | object | footer configuration properties:
|
| filter (optional) | object | filter configuration properties:
|